ASP.NET Core MVC コントロールヘルプ
Range(Int32,Int32,Nullable<Int32>,Nullable<Int32>) メソッド

C1.AspNetCore.Mvc.FlexSheet アセンブリ > C1.Web.Mvc.Sheet.Fluent 名前空間 > TableBuilder クラス > Range メソッド : Range(Int32,Int32,Nullable<Int32>,Nullable<Int32>) メソッド
The start row index.
The start column index.
The end row index.
The end column index.
Sets the Range property.
シンタックス
'宣言
 
Public Overloads Function Range( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   Optional ByVal row2 As System.Nullable(Of Integer), _
   Optional ByVal col2 As System.Nullable(Of Integer) _
) As TableBuilder
public TableBuilder Range( 
   System.int row,
   System.int col,
   System.Nullable<int> row2,
   System.Nullable<int> col2
)

パラメータ

row
The start row index.
col
The start column index.
row2
The end row index.
col2
The end column index.

戻り値の型

Current builder.
参照

TableBuilder クラス
TableBuilder メンバ
オーバーロード一覧